Html Css Color HEX #F2CE0A Tangerine Yellow

📋 copy color: '#F2CE0A'

red 242 ◦ green 206 ◦ blue 10

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

Shades of Tangerine Yellow #F2CE0A

Tints of Tangerine Yellow #F2CE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.18%

R = 52.84%
G = 44.98%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2CE0A (or 0xF2CE0A) is known color: Tangerine Yellow. HEX triplet: F2, CE and 0A. RGB value is (242,206,10). Sum of RGB (Red+Green+Blue) = 242+206+10=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CE0A is #0D31F5. Grayscale: #C3C3C3. Windows color (decimal): -864758 or 708338. OLE color: 708338.

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

Color convert

RGB 242 206 10 -
CMYK 0 0.15 0.96 0.05
HSL 50.69º 0.92% 0.49% -
HSV(B) 50.69º 0.96% 0.95% -
XYZ 58.74 63.04 9.36 -
YUV 194.42 23.93 161.94 -
System Red Green Blue C M Y K H S L
Decimal 242 206 10 0 0.15 0.96 0.05 50.69 0.92 0.49
Hex F2 CE A 0 F 60 5 33 5C 31
Octal 362 316 12 0 17 140 5 63 134 61
Binary 11110010 11001110 1010 0 1111 1100000 101 110011 1011100 110001

Color Harmonies of #F2CE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CE0A

Black with #F2CE0A

Text Example


Text Example

White with #F2CE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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