Html Css Color HEX #FCCF07 Tangerine Yellow

📋 copy color: '#FCCF07'

red 252 ◦ green 207 ◦ blue 7

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

Shades of Tangerine Yellow #FCCF07

Tints of Tangerine Yellow #FCCF07

RGB

 RED value IS 252 (98.83% from 255) = 54.08%

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

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 54.08%
G = 44.42%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCCF07 (or 0xFCCF07) is known color: Tangerine Yellow. HEX triplet: FC, CF and 07. RGB value is (252,207,7). Sum of RGB (Red+Green+Blue) = 252+207+7=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 7 (3.12% from 255 or 1.50% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF07 is #0330F8. Grayscale: #C6C6C6. Windows color (decimal): -209145 or 511996. OLE color: 511996.

HSL color Cylindrical-coordinate representation of color #FCCF07: hue angle of 48.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCCF07 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 207 7 -
CMYK 0 0.18 0.97 0.01
HSL 48.98º 0.98% 0.51% -
HSV(B) 48.98º 0.97% 0.99% -
XYZ 62.5 65.34 9.52 -
YUV 197.66 20.41 166.76 -
System Red Green Blue C M Y K H S L
Decimal 252 207 7 0 0.18 0.97 0.01 48.98 0.98 0.51
Hex FC CF 7 0 12 61 1 31 62 33
Octal 374 317 7 0 22 141 1 61 142 63
Binary 11111100 11001111 111 0 10010 1100001 1 110001 1100010 110011

Color Harmonies of #FCCF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF07

Black with #FCCF07

Text Example


Text Example

White with #FCCF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF07; }

 p { color: rgb(252,207,7); }

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

background-color css

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

 a { background-color: rgb(252,207,7); }

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

border-color css

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

 span { border-color: rgb(252,207,7); }

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