Html Css Color HEX #FCCD07 Tangerine Yellow

📋 copy color: '#FCCD07'

red 252 ◦ green 205 ◦ blue 7

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

Shades of Tangerine Yellow #FCCD07

Tints of Tangerine Yellow #FCCD07

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

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

R = 54.31%
G = 44.18%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCCD07 (or 0xFCCD07) is known color: Tangerine Yellow. HEX triplet: FC, CD and 07. RGB value is (252,205,7). Sum of RGB (Red+Green+Blue) = 252+205+7=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 7 (3.12% from 255 or 1.51% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCD07 is #0332F8. Grayscale: #C5C5C5. Windows color (decimal): -209657 or 511484. OLE color: 511484.

HSL color Cylindrical-coordinate representation of color #FCCD07: hue angle of 48.49º 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 #FCCD07 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 7 -
CMYK 0 0.19 0.97 0.01
HSL 48.49º 0.98% 0.51% -
HSV(B) 48.49º 0.97% 0.99% -
XYZ 62.01 64.37 9.36 -
YUV 196.48 21.07 167.6 -
System Red Green Blue C M Y K H S L
Decimal 252 205 7 0 0.19 0.97 0.01 48.49 0.98 0.51
Hex FC CD 7 0 13 61 1 30 62 33
Octal 374 315 7 0 23 141 1 60 142 63
Binary 11111100 11001101 111 0 10011 1100001 1 110000 1100010 110011

Color Harmonies of #FCCD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD07

Black with #FCCD07

Text Example


Text Example

White with #FCCD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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