Html Css Color HEX #FDC423 Turbo

📋 copy color: '#FDC423'

red 253 ◦ green 196 ◦ blue 35

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

Shades of Turbo #FDC423

Tints of Turbo #FDC423

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.5%

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

R = 52.27%
G = 40.5%
B = 7.23%

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

#FDC423 (or 0xFDC423) is known color: Turbo. HEX triplet: FD, C4 and 23. RGB value is (253,196,35). Sum of RGB (Red+Green+Blue) = 253+196+35=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 35 (14.06% from 255 or 7.23% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC423 is #023BDC. Grayscale: #C3C3C3. Windows color (decimal): -146397 or 2344189. OLE color: 2344189.

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

Color convert

RGB 253 196 35 -
CMYK 0 0.23 0.86 0.01
HSL 44.31º 0.98% 0.56% -
HSV(B) 44.31º 0.86% 0.99% -
XYZ 60.55 60.48 10.07 -
YUV 194.69 37.88 169.59 -
System Red Green Blue C M Y K H S L
Decimal 253 196 35 0 0.23 0.86 0.01 44.31 0.98 0.56
Hex FD C4 23 0 17 56 1 2C 62 38
Octal 375 304 43 0 27 126 1 54 142 70
Binary 11111101 11000100 100011 0 10111 1010110 1 101100 1100010 111000

Color Harmonies of #FDC423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC423

Black with #FDC423

Text Example


Text Example

White with #FDC423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC423; }

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

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

background-color css

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

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

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

border-color css

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

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

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