Html Css Color HEX #F09B3F Yellow Sea

📋 copy color: '#F09B3F'

red 240 ◦ green 155 ◦ blue 63

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

Shades of Yellow Sea #F09B3F

Tints of Yellow Sea #F09B3F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.84%

 BLUE value IS 63 (25% from 255) = 13.76%

R = 52.4%
G = 33.84%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F09B3F (or 0xF09B3F) is known color: Yellow Sea. HEX triplet: F0, 9B and 3F. RGB value is (240,155,63). Sum of RGB (Red+Green+Blue) = 240+155+63=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09B3F is #0F64C0. Grayscale: #AAAAAA. Windows color (decimal): -1008833 or 4168688. OLE color: 4168688.

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

Color convert

RGB 240 155 63 -
CMYK 0 0.35 0.74 0.06
HSL 31.19º 0.86% 0.59% -
HSV(B) 31.19º 0.74% 0.94% -
XYZ 48.55 42.33 10.31 -
YUV 169.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 240 155 63 0 0.35 0.74 0.06 31.19 0.86 0.59
Hex F0 9B 3F 0 23 4A 6 1F 56 3B
Octal 360 233 77 0 43 112 6 37 126 73
Binary 11110000 10011011 111111 0 100011 1001010 110 11111 1010110 111011

Color Harmonies of #F09B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09B3F

Black with #F09B3F

Text Example


Text Example

White with #F09B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09B3F; }

 p { color: rgb(240,155,63); }

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

background-color css

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

 a { background-color: rgb(240,155,63); }

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

border-color css

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

 span { border-color: rgb(240,155,63); }

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