Html Css Color HEX #FDD024 Turbo

📋 copy color: '#FDD024'

red 253 ◦ green 208 ◦ blue 36

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

Shades of Turbo #FDD024

Tints of Turbo #FDD024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.85%

 BLUE value IS 36 (14.45% from 255) = 7.24%

R = 50.91%
G = 41.85%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDD024 (or 0xFDD024) is known color: Turbo. HEX triplet: FD, D0 and 24. RGB value is (253,208,36). Sum of RGB (Red+Green+Blue) = 253+208+36=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 36 (14.45% from 255 or 7.24% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD024 is #022FDB. Grayscale: #CACACA. Windows color (decimal): -143324 or 2412797. OLE color: 2412797.

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

Color convert

RGB 253 208 36 -
CMYK 0 0.18 0.86 0.01
HSL 47.56º 0.98% 0.57% -
HSV(B) 47.56º 0.86% 0.99% -
XYZ 63.38 66.12 11.09 -
YUV 201.85 34.41 164.49 -
System Red Green Blue C M Y K H S L
Decimal 253 208 36 0 0.18 0.86 0.01 47.56 0.98 0.57
Hex FD D0 24 0 12 56 1 30 62 39
Octal 375 320 44 0 22 126 1 60 142 71
Binary 11111101 11010000 100100 0 10010 1010110 1 110000 1100010 111001

Color Harmonies of #FDD024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD024

Black with #FDD024

Text Example


Text Example

White with #FDD024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD024; }

 p { color: rgb(253,208,36); }

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

background-color css

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

 a { background-color: rgb(253,208,36); }

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

border-color css

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

 span { border-color: rgb(253,208,36); }

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