Html Css Color HEX #FDCA1D Turbo

📋 copy color: '#FDCA1D'

red 253 ◦ green 202 ◦ blue 29

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

Shades of Turbo #FDCA1D

Tints of Turbo #FDCA1D

RGB

 RED value IS 253 (99.22% from 255) = 52.27%

 GREEN value IS 202 (79.3% from 255) = 41.74%

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

R = 52.27%
G = 41.74%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDCA1D (or 0xFDCA1D) is known color: Turbo. HEX triplet: FD, CA and 1D. RGB value is (253,202,29). Sum of RGB (Red+Green+Blue) = 253+202+29=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCA1D is #0235E2. Grayscale: #C6C6C6. Windows color (decimal): -144867 or 1952509. OLE color: 1952509.

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

Color convert

RGB 253 202 29 -
CMYK 0 0.20 0.89 0.01
HSL 46.34º 0.98% 0.55% -
HSV(B) 46.34º 0.89% 0.99% -
XYZ 61.85 63.21 10.1 -
YUV 197.53 32.9 167.57 -
System Red Green Blue C M Y K H S L
Decimal 253 202 29 0 0.20 0.89 0.01 46.34 0.98 0.55
Hex FD CA 1D 0 14 59 1 2E 62 37
Octal 375 312 35 0 24 131 1 56 142 67
Binary 11111101 11001010 11101 0 10100 1011001 1 101110 1100010 110111

Color Harmonies of #FDCA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCA1D

Black with #FDCA1D

Text Example


Text Example

White with #FDCA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCA1D; }

 p { color: rgb(253,202,29); }

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

background-color css

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

 a { background-color: rgb(253,202,29); }

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

border-color css

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

 span { border-color: rgb(253,202,29); }

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