Html Css Color HEX #F09C40 Sea Buckthorn

📋 copy color: '#F09C40'

red 240 ◦ green 156 ◦ blue 64

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

Shades of Sea Buckthorn #F09C40

Tints of Sea Buckthorn #F09C40

RGB

 RED value IS 240 (94.14% from 255) = 52.17%

 GREEN value IS 156 (61.33% from 255) = 33.91%

 BLUE value IS 64 (25.39% from 255) = 13.91%

R = 52.17%
G = 33.91%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F09C40 (or 0xF09C40) is known color: Sea Buckthorn. HEX triplet: F0, 9C and 40. RGB value is (240,156,64). Sum of RGB (Red+Green+Blue) = 240+156+64=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09C40 is #0F63BF. Grayscale: #ABABAB. Windows color (decimal): -1008576 or 4234480. OLE color: 4234480.

HSL color Cylindrical-coordinate representation of color #F09C40: hue angle of 31.36º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F09C40 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 156 64 -
CMYK 0 0.35 0.73 0.06
HSL 31.36º 0.85% 0.6% -
HSV(B) 31.36º 0.73% 0.94% -
XYZ 48.75 42.67 10.52 -
YUV 170.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 240 156 64 0 0.35 0.73 0.06 31.36 0.85 0.6
Hex F0 9C 40 0 23 49 6 1F 55 3C
Octal 360 234 100 0 43 111 6 37 125 74
Binary 11110000 10011100 1000000 0 100011 1001001 110 11111 1010101 111100

Color Harmonies of #F09C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09C40

Black with #F09C40

Text Example


Text Example

White with #F09C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09C40; }

 p { color: rgb(240,156,64); }

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

background-color css

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

 a { background-color: rgb(240,156,64); }

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

border-color css

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

 span { border-color: rgb(240,156,64); }

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