Html Css Color HEX #FCDA1D Turbo

📋 copy color: '#FCDA1D'

red 252 ◦ green 218 ◦ blue 29

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

Shades of Turbo #FCDA1D

Tints of Turbo #FCDA1D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.69%

 BLUE value IS 29 (11.72% from 255) = 5.81%

R = 50.5%
G = 43.69%
B = 5.81%

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

#FCDA1D (or 0xFCDA1D) is known color: Turbo. HEX triplet: FC, DA and 1D. RGB value is (252,218,29). Sum of RGB (Red+Green+Blue) = 252+218+29=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 29 (11.72% from 255 or 5.81% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA1D is #0325E2. Grayscale: #CFCFCF. Windows color (decimal): -206307 or 1956604. OLE color: 1956604.

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

Color convert

RGB 252 218 29 -
CMYK 0 0.13 0.88 0.01
HSL 50.85º 0.97% 0.55% -
HSV(B) 50.85º 0.88% 0.99% -
XYZ 65.44 70.93 11.4 -
YUV 206.62 27.76 160.37 -
System Red Green Blue C M Y K H S L
Decimal 252 218 29 0 0.13 0.88 0.01 50.85 0.97 0.55
Hex FC DA 1D 0 D 58 1 33 61 37
Octal 374 332 35 0 15 130 1 63 141 67
Binary 11111100 11011010 11101 0 1101 1011000 1 110011 1100001 110111

Color Harmonies of #FCDA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA1D

Black with #FCDA1D

Text Example


Text Example

White with #FCDA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA1D; }

 p { color: rgb(252,218,29); }

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

background-color css

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

 a { background-color: rgb(252,218,29); }

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

border-color css

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

 span { border-color: rgb(252,218,29); }

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