Html Css Color HEX #FFCF02 Tangerine Yellow

📋 copy color: '#FFCF02'

red 255 ◦ green 207 ◦ blue 2

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

Shades of Tangerine Yellow #FFCF02

Tints of Tangerine Yellow #FFCF02

RGB

 RED value IS 255 (100% from 255) = 54.96%

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 54.96%
G = 44.61%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFCF02 (or 0xFFCF02) is known color: Tangerine Yellow. HEX triplet: FF, CF and 02. RGB value is (255,207,2). Sum of RGB (Red+Green+Blue) = 255+207+2=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF02 is #0030FD. Grayscale: #C6C6C6. Windows color (decimal): -12542 or 184319. OLE color: 184319.

HSL color Cylindrical-coordinate representation of color #FFCF02: hue angle of 48.62º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFCF02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 255 207 2 -
CMYK 0 0.19 0.99 0
HSL 48.62º 1% 0.5% -
HSV(B) 48.62º 0.99% 1% -
XYZ 63.56 65.89 9.43 -
YUV 197.98 17.4 168.67 -
System Red Green Blue C M Y K H S L
Decimal 255 207 2 0 0.19 0.99 0 48.62 1 0.5
Hex FF CF 2 0 13 63 0 31 64 32
Octal 377 317 2 0 23 143 0 61 144 62
Binary 11111111 11001111 10 0 10011 1100011 0 110001 1100100 110010

Color Harmonies of #FFCF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF02

Black with #FFCF02

Text Example


Text Example

White with #FFCF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF02; }

 p { color: rgb(255,207,2); }

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

background-color css

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

 a { background-color: rgb(255,207,2); }

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

border-color css

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

 span { border-color: rgb(255,207,2); }

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