Html Css Color HEX #FDCE1D Turbo

📋 copy color: '#FDCE1D'

red 253 ◦ green 206 ◦ blue 29

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

Shades of Turbo #FDCE1D

Tints of Turbo #FDCE1D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.21%

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

R = 51.84%
G = 42.21%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDCE1D (or 0xFDCE1D) is known color: Turbo. HEX triplet: FD, CE and 1D. RGB value is (253,206,29). Sum of RGB (Red+Green+Blue) = 253+206+29=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE1D is #0231E2. Grayscale: #C8C8C8. Windows color (decimal): -143843 or 1953533. OLE color: 1953533.

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

Color convert

RGB 253 206 29 -
CMYK 0 0.19 0.89 0.01
HSL 47.41º 0.98% 0.55% -
HSV(B) 47.41º 0.89% 0.99% -
XYZ 62.8 65.11 10.42 -
YUV 199.88 31.57 165.89 -
System Red Green Blue C M Y K H S L
Decimal 253 206 29 0 0.19 0.89 0.01 47.41 0.98 0.55
Hex FD CE 1D 0 13 59 1 2F 62 37
Octal 375 316 35 0 23 131 1 57 142 67
Binary 11111101 11001110 11101 0 10011 1011001 1 101111 1100010 110111

Color Harmonies of #FDCE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE1D

Black with #FDCE1D

Text Example


Text Example

White with #FDCE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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