Html Css Color HEX #F2CE0F Tangerine Yellow

📋 copy color: '#F2CE0F'

red 242 ◦ green 206 ◦ blue 15

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

Shades of Tangerine Yellow #F2CE0F

Tints of Tangerine Yellow #F2CE0F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.49%

 BLUE value IS 15 (6.25% from 255) = 3.24%

R = 52.27%
G = 44.49%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2CE0F (or 0xF2CE0F) is known color: Tangerine Yellow. HEX triplet: F2, CE and 0F. RGB value is (242,206,15). Sum of RGB (Red+Green+Blue) = 242+206+15=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CE0F is #0D31F0. Grayscale: #C3C3C3. Windows color (decimal): -864753 or 1036018. OLE color: 1036018.

HSL color Cylindrical-coordinate representation of color #F2CE0F: hue angle of 50.48º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2CE0F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 206 15 -
CMYK 0 0.15 0.94 0.05
HSL 50.48º 0.9% 0.5% -
HSV(B) 50.48º 0.94% 0.95% -
XYZ 58.78 63.05 9.52 -
YUV 194.99 26.43 161.53 -
System Red Green Blue C M Y K H S L
Decimal 242 206 15 0 0.15 0.94 0.05 50.48 0.9 0.5
Hex F2 CE F 0 F 5E 5 32 5A 32
Octal 362 316 17 0 17 136 5 62 132 62
Binary 11110010 11001110 1111 0 1111 1011110 101 110010 1011010 110010

Color Harmonies of #F2CE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CE0F

Black with #F2CE0F

Text Example


Text Example

White with #F2CE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CE0F; }

 p { color: rgb(242,206,15); }

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

background-color css

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

 a { background-color: rgb(242,206,15); }

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

border-color css

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

 span { border-color: rgb(242,206,15); }

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