Html Css Color HEX #F2CF05 Tangerine Yellow

📋 copy color: '#F2CF05'

red 242 ◦ green 207 ◦ blue 5

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

Shades of Tangerine Yellow #F2CF05

Tints of Tangerine Yellow #F2CF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 53.3%
G = 45.59%
B = 1.1%

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

#F2CF05 (or 0xF2CF05) is known color: Tangerine Yellow. HEX triplet: F2, CF and 05. RGB value is (242,207,5). Sum of RGB (Red+Green+Blue) = 242+207+5=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CF05 is #0D30FA. Grayscale: #C3C3C3. Windows color (decimal): -864507 or 380914. OLE color: 380914.

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

Color convert

RGB 242 207 5 -
CMYK 0 0.14 0.98 0.05
HSL 51.14º 0.96% 0.48% -
HSV(B) 51.14º 0.98% 0.95% -
XYZ 58.96 63.51 9.3 -
YUV 194.44 21.1 161.93 -
System Red Green Blue C M Y K H S L
Decimal 242 207 5 0 0.14 0.98 0.05 51.14 0.96 0.48
Hex F2 CF 5 0 E 62 5 33 60 30
Octal 362 317 5 0 16 142 5 63 140 60
Binary 11110010 11001111 101 0 1110 1100010 101 110011 1100000 110000

Color Harmonies of #F2CF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF05

Black with #F2CF05

Text Example


Text Example

White with #F2CF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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