Html Css Color HEX #FDC422 Turbo

📋 copy color: '#FDC422'

red 253 ◦ green 196 ◦ blue 34

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

Shades of Turbo #FDC422

Tints of Turbo #FDC422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.04%

R = 52.38%
G = 40.58%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDC422 (or 0xFDC422) is known color: Turbo. HEX triplet: FD, C4 and 22. RGB value is (253,196,34). Sum of RGB (Red+Green+Blue) = 253+196+34=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 34 (13.67% from 255 or 7.04% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC422 is #023BDD. Grayscale: #C3C3C3. Windows color (decimal): -146398 or 2278653. OLE color: 2278653.

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

Color convert

RGB 253 196 34 -
CMYK 0 0.23 0.87 0.01
HSL 44.38º 0.98% 0.56% -
HSV(B) 44.38º 0.87% 0.99% -
XYZ 60.54 60.48 10 -
YUV 194.58 37.38 169.67 -
System Red Green Blue C M Y K H S L
Decimal 253 196 34 0 0.23 0.87 0.01 44.38 0.98 0.56
Hex FD C4 22 0 17 57 1 2C 62 38
Octal 375 304 42 0 27 127 1 54 142 70
Binary 11111101 11000100 100010 0 10111 1010111 1 101100 1100010 111000

Color Harmonies of #FDC422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC422

Black with #FDC422

Text Example


Text Example

White with #FDC422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC422; }

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

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

background-color css

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

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

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

border-color css

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

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

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