Html Css Color HEX #FDD422 Turbo

📋 copy color: '#FDD422'

red 253 ◦ green 212 ◦ blue 34

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

Shades of Turbo #FDD422

Tints of Turbo #FDD422

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.48%

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

R = 50.7%
G = 42.48%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDD422 (or 0xFDD422) is known color: Turbo. HEX triplet: FD, D4 and 22. RGB value is (253,212,34). Sum of RGB (Red+Green+Blue) = 253+212+34=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 34 (13.67% from 255 or 6.81% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD422 is #022BDD. Grayscale: #CCCCCC. Windows color (decimal): -142302 or 2282749. OLE color: 2282749.

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

Color convert

RGB 253 212 34 -
CMYK 0 0.16 0.87 0.01
HSL 48.77º 0.98% 0.56% -
HSV(B) 48.77º 0.87% 0.99% -
XYZ 64.34 68.09 11.26 -
YUV 203.97 32.08 162.97 -
System Red Green Blue C M Y K H S L
Decimal 253 212 34 0 0.16 0.87 0.01 48.77 0.98 0.56
Hex FD D4 22 0 10 57 1 31 62 38
Octal 375 324 42 0 20 127 1 61 142 70
Binary 11111101 11010100 100010 0 10000 1010111 1 110001 1100010 111000

Color Harmonies of #FDD422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD422

Black with #FDD422

Text Example


Text Example

White with #FDD422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD422; }

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

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

background-color css

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

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

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

border-color css

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

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

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