Html Css Color HEX #FDD824 Turbo

📋 copy color: '#FDD824'

red 253 ◦ green 216 ◦ blue 36

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

Shades of Turbo #FDD824

Tints of Turbo #FDD824

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.77%

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

R = 50.1%
G = 42.77%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDD824 (or 0xFDD824) is known color: Turbo. HEX triplet: FD, D8 and 24. RGB value is (253,216,36). Sum of RGB (Red+Green+Blue) = 253+216+36=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 36 (14.45% from 255 or 7.13% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD824 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD824 is #0227DB. Grayscale: #CFCFCF. Windows color (decimal): -141276 or 2414845. OLE color: 2414845.

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

Color convert

RGB 253 216 36 -
CMYK 0 0.15 0.86 0.01
HSL 49.77º 0.98% 0.57% -
HSV(B) 49.77º 0.86% 0.99% -
XYZ 65.38 70.12 11.76 -
YUV 206.54 31.76 161.14 -
System Red Green Blue C M Y K H S L
Decimal 253 216 36 0 0.15 0.86 0.01 49.77 0.98 0.57
Hex FD D8 24 0 F 56 1 32 62 39
Octal 375 330 44 0 17 126 1 62 142 71
Binary 11111101 11011000 100100 0 1111 1010110 1 110010 1100010 111001

Color Harmonies of #FDD824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD824

Black with #FDD824

Text Example


Text Example

White with #FDD824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD824; }

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

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

background-color css

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

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

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

border-color css

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

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

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