Html Css Color HEX #FCCD16 Turbo

📋 copy color: '#FCCD16'

red 252 ◦ green 205 ◦ blue 22

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

Shades of Turbo #FCCD16

Tints of Turbo #FCCD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.59%

R = 52.61%
G = 42.8%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCCD16 (or 0xFCCD16) is known color: Turbo. HEX triplet: FC, CD and 16. RGB value is (252,205,22). Sum of RGB (Red+Green+Blue) = 252+205+22=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 22 (8.98% from 255 or 4.59% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCD16 is #0332E9. Grayscale: #C6C6C6. Windows color (decimal): -209642 or 1494524. OLE color: 1494524.

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

Color convert

RGB 252 205 22 -
CMYK 0 0.19 0.91 0.01
HSL 47.74º 0.97% 0.54% -
HSV(B) 47.74º 0.91% 0.99% -
XYZ 62.12 64.42 9.92 -
YUV 198.19 28.57 166.38 -
System Red Green Blue C M Y K H S L
Decimal 252 205 22 0 0.19 0.91 0.01 47.74 0.97 0.54
Hex FC CD 16 0 13 5B 1 30 61 36
Octal 374 315 26 0 23 133 1 60 141 66
Binary 11111100 11001101 10110 0 10011 1011011 1 110000 1100001 110110

Color Harmonies of #FCCD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD16

Black with #FCCD16

Text Example


Text Example

White with #FCCD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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