Html Css Color HEX #FDCD1E Turbo

📋 copy color: '#FDCD1E'

red 253 ◦ green 205 ◦ blue 30

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

Shades of Turbo #FDCD1E

Tints of Turbo #FDCD1E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.01%

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

R = 51.84%
G = 42.01%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDCD1E (or 0xFDCD1E) is known color: Turbo. HEX triplet: FD, CD and 1E. RGB value is (253,205,30). Sum of RGB (Red+Green+Blue) = 253+205+30=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 30 (12.11% from 255 or 6.15% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD1E is #0232E1. Grayscale: #C8C8C8. Windows color (decimal): -144098 or 2018813. OLE color: 2018813.

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

Color convert

RGB 253 205 30 -
CMYK 0 0.19 0.88 0.01
HSL 47.09º 0.98% 0.55% -
HSV(B) 47.09º 0.88% 0.99% -
XYZ 62.57 64.64 10.41 -
YUV 199.4 32.4 166.23 -
System Red Green Blue C M Y K H S L
Decimal 253 205 30 0 0.19 0.88 0.01 47.09 0.98 0.55
Hex FD CD 1E 0 13 58 1 2F 62 37
Octal 375 315 36 0 23 130 1 57 142 67
Binary 11111101 11001101 11110 0 10011 1011000 1 101111 1100010 110111

Color Harmonies of #FDCD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD1E

Black with #FDCD1E

Text Example


Text Example

White with #FDCD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD1E; }

 p { color: rgb(253,205,30); }

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

background-color css

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

 a { background-color: rgb(253,205,30); }

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

border-color css

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

 span { border-color: rgb(253,205,30); }

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