Html Css Color HEX #FCDC24 Turbo

📋 copy color: '#FCDC24'

red 252 ◦ green 220 ◦ blue 36

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

Shades of Turbo #FCDC24

Tints of Turbo #FCDC24

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.31%

 BLUE value IS 36 (14.45% from 255) = 7.09%

R = 49.61%
G = 43.31%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCDC24 (or 0xFCDC24) is known color: Turbo. HEX triplet: FC, DC and 24. RGB value is (252,220,36). Sum of RGB (Red+Green+Blue) = 252+220+36=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 36 (14.45% from 255 or 7.09% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC24 is #0323DB. Grayscale: #D1D1D1. Windows color (decimal): -205788 or 2415868. OLE color: 2415868.

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

Color convert

RGB 252 220 36 -
CMYK 0 0.13 0.86 0.01
HSL 51.11º 0.97% 0.56% -
HSV(B) 51.11º 0.86% 0.99% -
XYZ 66.06 72.01 12.09 -
YUV 208.59 30.6 158.96 -
System Red Green Blue C M Y K H S L
Decimal 252 220 36 0 0.13 0.86 0.01 51.11 0.97 0.56
Hex FC DC 24 0 D 56 1 33 61 38
Octal 374 334 44 0 15 126 1 63 141 70
Binary 11111100 11011100 100100 0 1101 1010110 1 110011 1100001 111000

Color Harmonies of #FCDC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC24

Black with #FCDC24

Text Example


Text Example

White with #FCDC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC24; }

 p { color: rgb(252,220,36); }

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

background-color css

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

 a { background-color: rgb(252,220,36); }

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

border-color css

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

 span { border-color: rgb(252,220,36); }

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