Html Css Color HEX #FDD428 Turbo

📋 copy color: '#FDD428'

red 253 ◦ green 212 ◦ blue 40

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

Shades of Turbo #FDD428

Tints of Turbo #FDD428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.92%

R = 50.1%
G = 41.98%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDD428 (or 0xFDD428) is known color: Turbo. HEX triplet: FD, D4 and 28. RGB value is (253,212,40). Sum of RGB (Red+Green+Blue) = 253+212+40=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 40 (16.02% from 255 or 7.92% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD428 is #022BD7. Grayscale: #CDCDCD. Windows color (decimal): -142296 or 2675965. OLE color: 2675965.

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

Color convert

RGB 253 212 40 -
CMYK 0 0.16 0.84 0.01
HSL 48.45º 0.98% 0.57% -
HSV(B) 48.45º 0.84% 0.99% -
XYZ 64.43 68.12 11.76 -
YUV 204.65 35.08 162.49 -
System Red Green Blue C M Y K H S L
Decimal 253 212 40 0 0.16 0.84 0.01 48.45 0.98 0.57
Hex FD D4 28 0 10 54 1 30 62 39
Octal 375 324 50 0 20 124 1 60 142 71
Binary 11111101 11010100 101000 0 10000 1010100 1 110000 1100010 111001

Color Harmonies of #FDD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD428

Black with #FDD428

Text Example


Text Example

White with #FDD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD428; }

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

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

background-color css

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

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

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

border-color css

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

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

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