Html Css Color HEX #FCDC1E Turbo

📋 copy color: '#FCDC1E'

red 252 ◦ green 220 ◦ blue 30

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

Shades of Turbo #FCDC1E

Tints of Turbo #FCDC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.98%

R = 50.2%
G = 43.82%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCDC1E (or 0xFCDC1E) is known color: Turbo. HEX triplet: FC, DC and 1E. RGB value is (252,220,30). Sum of RGB (Red+Green+Blue) = 252+220+30=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 30 (12.11% from 255 or 5.98% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC1E is #0323E1. Grayscale: #D0D0D0. Windows color (decimal): -205794 or 2022652. OLE color: 2022652.

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

Color convert

RGB 252 220 30 -
CMYK 0 0.13 0.88 0.01
HSL 51.35º 0.97% 0.55% -
HSV(B) 51.35º 0.88% 0.99% -
XYZ 65.97 71.98 11.64 -
YUV 207.91 27.6 159.45 -
System Red Green Blue C M Y K H S L
Decimal 252 220 30 0 0.13 0.88 0.01 51.35 0.97 0.55
Hex FC DC 1E 0 D 58 1 33 61 37
Octal 374 334 36 0 15 130 1 63 141 67
Binary 11111100 11011100 11110 0 1101 1011000 1 110011 1100001 110111

Color Harmonies of #FCDC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC1E

Black with #FCDC1E

Text Example


Text Example

White with #FCDC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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