Html Css Color HEX #FCCB05 Tangerine Yellow

📋 copy color: '#FCCB05'

red 252 ◦ green 203 ◦ blue 5

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

Shades of Tangerine Yellow #FCCB05

Tints of Tangerine Yellow #FCCB05

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.13%

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

R = 54.78%
G = 44.13%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCCB05 (or 0xFCCB05) is known color: Tangerine Yellow. HEX triplet: FC, CB and 05. RGB value is (252,203,5). Sum of RGB (Red+Green+Blue) = 252+203+5=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 5 (2.34% from 255 or 1.09% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCB05 is #0334FA. Grayscale: #C3C3C3. Windows color (decimal): -210171 or 379900. OLE color: 379900.

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

Color convert

RGB 252 203 5 -
CMYK 0 0.19 0.98 0.01
HSL 48.1º 0.98% 0.5% -
HSV(B) 48.1º 0.98% 0.99% -
XYZ 61.53 63.42 9.14 -
YUV 195.08 20.73 168.6 -
System Red Green Blue C M Y K H S L
Decimal 252 203 5 0 0.19 0.98 0.01 48.1 0.98 0.5
Hex FC CB 5 0 13 62 1 30 62 32
Octal 374 313 5 0 23 142 1 60 142 62
Binary 11111100 11001011 101 0 10011 1100010 1 110000 1100010 110010

Color Harmonies of #FCCB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB05

Black with #FCCB05

Text Example


Text Example

White with #FCCB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB05; }

 p { color: rgb(252,203,5); }

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

background-color css

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

 a { background-color: rgb(252,203,5); }

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

border-color css

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

 span { border-color: rgb(252,203,5); }

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