Html Css Color HEX #F2CF06 Tangerine Yellow

📋 copy color: '#F2CF06'

red 242 ◦ green 207 ◦ blue 6

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

Shades of Tangerine Yellow #F2CF06

Tints of Tangerine Yellow #F2CF06

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.49%

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 53.19%
G = 45.49%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2CF06 (or 0xF2CF06) is known color: Tangerine Yellow. HEX triplet: F2, CF and 06. RGB value is (242,207,6). Sum of RGB (Red+Green+Blue) = 242+207+6=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CF06 is #0D30F9. Grayscale: #C3C3C3. Windows color (decimal): -864506 or 446450. OLE color: 446450.

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

Color convert

RGB 242 207 6 -
CMYK 0 0.14 0.98 0.05
HSL 51.1º 0.95% 0.49% -
HSV(B) 51.1º 0.98% 0.95% -
XYZ 58.96 63.52 9.32 -
YUV 194.55 21.6 161.84 -
System Red Green Blue C M Y K H S L
Decimal 242 207 6 0 0.14 0.98 0.05 51.1 0.95 0.49
Hex F2 CF 6 0 E 62 5 33 5F 31
Octal 362 317 6 0 16 142 5 63 137 61
Binary 11110010 11001111 110 0 1110 1100010 101 110011 1011111 110001

Color Harmonies of #F2CF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF06

Black with #F2CF06

Text Example


Text Example

White with #F2CF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF06; }

 p { color: rgb(242,207,6); }

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

background-color css

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

 a { background-color: rgb(242,207,6); }

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

border-color css

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

 span { border-color: rgb(242,207,6); }

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