Html Css Color HEX #F09A2A Yellow Sea

📋 copy color: '#F09A2A'

red 240 ◦ green 154 ◦ blue 42

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

Shades of Yellow Sea #F09A2A

Tints of Yellow Sea #F09A2A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.32%

 BLUE value IS 42 (16.8% from 255) = 9.63%

R = 55.05%
G = 35.32%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F09A2A (or 0xF09A2A) is known color: Yellow Sea. HEX triplet: F0, 9A and 2A. RGB value is (240,154,42). Sum of RGB (Red+Green+Blue) = 240+154+42=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09A2A is #0F65D5. Grayscale: #A7A7A7. Windows color (decimal): -1009110 or 2792176. OLE color: 2792176.

HSL color Cylindrical-coordinate representation of color #F09A2A: hue angle of 33.94º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F09A2A is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 154 42 -
CMYK 0 0.36 0.82 0.06
HSL 33.94º 0.87% 0.55% -
HSV(B) 33.94º 0.83% 0.94% -
XYZ 47.91 41.8 7.73 -
YUV 166.95 57.49 180.11 -
System Red Green Blue C M Y K H S L
Decimal 240 154 42 0 0.36 0.82 0.06 33.94 0.87 0.55
Hex F0 9A 2A 0 24 52 6 22 57 37
Octal 360 232 52 0 44 122 6 42 127 67
Binary 11110000 10011010 101010 0 100100 1010010 110 100010 1010111 110111

Color Harmonies of #F09A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A2A

Black with #F09A2A

Text Example


Text Example

White with #F09A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A2A; }

 p { color: rgb(240,154,42); }

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

background-color css

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

 a { background-color: rgb(240,154,42); }

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

border-color css

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

 span { border-color: rgb(240,154,42); }

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