Html Css Color HEX #F99250 Sea Buckthorn

📋 copy color: '#F99250'

red 249 ◦ green 146 ◦ blue 80

#F99250
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Buckthorn #F99250

Tints of Sea Buckthorn #F99250

RGB

 RED value IS 249 (97.66% from 255) = 52.42%

 GREEN value IS 146 (57.42% from 255) = 30.74%

 BLUE value IS 80 (31.64% from 255) = 16.84%

R = 52.42%
G = 30.74%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F99250 (or 0xF99250) is known color: Sea Buckthorn. HEX triplet: F9, 92 and 50. RGB value is (249,146,80). Sum of RGB (Red+Green+Blue) = 249+146+80=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F99250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99250 is #066DAF. Grayscale: #A9A9A9. Windows color (decimal): -421296 or 5280505. OLE color: 5280505.

HSL color Cylindrical-coordinate representation of color #F99250: hue angle of 23.43º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F99250 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 146 80 -
CMYK 0 0.41 0.68 0.02
HSL 23.43º 0.93% 0.65% -
HSV(B) 23.43º 0.68% 0.98% -
XYZ 50.79 41.28 12.88 -
YUV 169.27 77.62 184.87 -
System Red Green Blue C M Y K H S L
Decimal 249 146 80 0 0.41 0.68 0.02 23.43 0.93 0.65
Hex F9 92 50 0 29 44 2 17 5D 41
Octal 371 222 120 0 51 104 2 27 135 101
Binary 11111001 10010010 1010000 0 101001 1000100 10 10111 1011101 1000001

Color Harmonies of #F99250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99250

Black with #F99250

Text Example


Text Example

White with #F99250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99250; }

 p { color: rgb(249,146,80); }

 H1.HeaderClassName
 {
   color: #F99250;
 }
 .AnyTagClassName
 {
   color: #F99250;
 }
</style>

background-color css

<style>
 a { background-color: #F99250; }

 a { background-color: rgb(249,146,80); }

 div.DivClassName
 {
   background-color: #F99250;
 }
 .BgClassName
 {
   background-color: #F99250;
 }
</style>

border-color css

<style>
 span { border-color: #F99250; }

 span { border-color: rgb(249,146,80); }

 td.TdClassName
 {
   border-color: #F99250;
 }
 .TagClassName
 {
   border-color: #F99250;
 }
</style>