Html Css Color HEX #FDDC23 Turbo

📋 copy color: '#FDDC23'

red 253 ◦ green 220 ◦ blue 35

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

Shades of Turbo #FDDC23

Tints of Turbo #FDDC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.89%

R = 49.8%
G = 43.31%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDDC23 (or 0xFDDC23) is known color: Turbo. HEX triplet: FD, DC and 23. RGB value is (253,220,35). Sum of RGB (Red+Green+Blue) = 253+220+35=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 35 (14.06% from 255 or 6.89% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC23 is #0223DC. Grayscale: #D1D1D1. Windows color (decimal): -140253 or 2350333. OLE color: 2350333.

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

Color convert

RGB 253 220 35 -
CMYK 0 0.13 0.86 0.01
HSL 50.92º 0.98% 0.56% -
HSV(B) 50.92º 0.86% 0.99% -
XYZ 66.4 72.19 12.02 -
YUV 208.78 29.93 159.54 -
System Red Green Blue C M Y K H S L
Decimal 253 220 35 0 0.13 0.86 0.01 50.92 0.98 0.56
Hex FD DC 23 0 D 56 1 33 62 38
Octal 375 334 43 0 15 126 1 63 142 70
Binary 11111101 11011100 100011 0 1101 1010110 1 110011 1100010 111000

Color Harmonies of #FDDC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC23

Black with #FDDC23

Text Example


Text Example

White with #FDDC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC23; }

 p { color: rgb(253,220,35); }

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

background-color css

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

 a { background-color: rgb(253,220,35); }

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

border-color css

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

 span { border-color: rgb(253,220,35); }

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