Html Css Color HEX #F99242 Sea Buckthorn

📋 copy color: '#F99242'

red 249 ◦ green 146 ◦ blue 66

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

Shades of Sea Buckthorn #F99242

Tints of Sea Buckthorn #F99242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.32%

R = 54.01%
G = 31.67%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F99242 (or 0xF99242) is known color: Sea Buckthorn. HEX triplet: F9, 92 and 42. RGB value is (249,146,66). Sum of RGB (Red+Green+Blue) = 249+146+66=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F99242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99242 is #066DBD. Grayscale: #A8A8A8. Windows color (decimal): -421310 or 4363001. OLE color: 4363001.

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

Color convert

RGB 249 146 66 -
CMYK 0 0.41 0.73 0.02
HSL 26.23º 0.94% 0.62% -
HSV(B) 26.23º 0.73% 0.98% -
XYZ 50.33 41.09 10.43 -
YUV 167.68 70.62 186 -
System Red Green Blue C M Y K H S L
Decimal 249 146 66 0 0.41 0.73 0.02 26.23 0.94 0.62
Hex F9 92 42 0 29 49 2 1A 5E 3E
Octal 371 222 102 0 51 111 2 32 136 76
Binary 11111001 10010010 1000010 0 101001 1001001 10 11010 1011110 111110

Color Harmonies of #F99242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99242

Black with #F99242

Text Example


Text Example

White with #F99242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99242; }

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

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

background-color css

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

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

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

border-color css

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

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

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