Html Css Color HEX #F2A135 Yellow Sea

📋 copy color: '#F2A135'

red 242 ◦ green 161 ◦ blue 53

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

Shades of Yellow Sea #F2A135

Tints of Yellow Sea #F2A135

RGB

 RED value IS 242 (94.92% from 255) = 53.07%

 GREEN value IS 161 (63.28% from 255) = 35.31%

 BLUE value IS 53 (21.09% from 255) = 11.62%

R = 53.07%
G = 35.31%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2A135 (or 0xF2A135) is known color: Yellow Sea. HEX triplet: F2, A1 and 35. RGB value is (242,161,53). Sum of RGB (Red+Green+Blue) = 242+161+53=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A135 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A135 is #0D5ECA. Grayscale: #ADADAD. Windows color (decimal): -876235 or 3514866. OLE color: 3514866.

HSL color Cylindrical-coordinate representation of color #F2A135: hue angle of 34.29º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2A135 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 161 53 -
CMYK 0 0.33 0.78 0.05
HSL 34.29º 0.88% 0.58% -
HSV(B) 34.29º 0.78% 0.95% -
XYZ 50.01 44.62 9.35 -
YUV 172.91 60.34 177.28 -
System Red Green Blue C M Y K H S L
Decimal 242 161 53 0 0.33 0.78 0.05 34.29 0.88 0.58
Hex F2 A1 35 0 21 4E 5 22 58 3A
Octal 362 241 65 0 41 116 5 42 130 72
Binary 11110010 10100001 110101 0 100001 1001110 101 100010 1011000 111010

Color Harmonies of #F2A135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A135

Black with #F2A135

Text Example


Text Example

White with #F2A135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A135; }

 p { color: rgb(242,161,53); }

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

background-color css

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

 a { background-color: rgb(242,161,53); }

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

border-color css

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

 span { border-color: rgb(242,161,53); }

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