Html Css Color HEX #FDC323 Turbo

📋 copy color: '#FDC323'

red 253 ◦ green 195 ◦ blue 35

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

Shades of Turbo #FDC323

Tints of Turbo #FDC323

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.37%

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

R = 52.38%
G = 40.37%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDC323 (or 0xFDC323) is known color: Turbo. HEX triplet: FD, C3 and 23. RGB value is (253,195,35). Sum of RGB (Red+Green+Blue) = 253+195+35=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 35 (14.06% from 255 or 7.25% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC323 is #023CDC. Grayscale: #C2C2C2. Windows color (decimal): -146653 or 2343933. OLE color: 2343933.

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

Color convert

RGB 253 195 35 -
CMYK 0 0.23 0.86 0.01
HSL 44.04º 0.98% 0.56% -
HSV(B) 44.04º 0.86% 0.99% -
XYZ 60.33 60.03 10 -
YUV 194.1 38.22 170.01 -
System Red Green Blue C M Y K H S L
Decimal 253 195 35 0 0.23 0.86 0.01 44.04 0.98 0.56
Hex FD C3 23 0 17 56 1 2C 62 38
Octal 375 303 43 0 27 126 1 54 142 70
Binary 11111101 11000011 100011 0 10111 1010110 1 101100 1100010 111000

Color Harmonies of #FDC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC323

Black with #FDC323

Text Example


Text Example

White with #FDC323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC323; }

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

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

background-color css

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

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

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

border-color css

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

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

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