Html Css Color HEX #FDD21F Turbo

📋 copy color: '#FDD21F'

red 253 ◦ green 210 ◦ blue 31

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

Shades of Turbo #FDD21F

Tints of Turbo #FDD21F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.51%

 BLUE value IS 31 (12.5% from 255) = 6.28%

R = 51.21%
G = 42.51%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDD21F (or 0xFDD21F) is known color: Turbo. HEX triplet: FD, D2 and 1F. RGB value is (253,210,31). Sum of RGB (Red+Green+Blue) = 253+210+31=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 31 (12.5% from 255 or 6.28% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD21F is #022DE0. Grayscale: #CBCBCB. Windows color (decimal): -142817 or 2085629. OLE color: 2085629.

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

Color convert

RGB 253 210 31 -
CMYK 0 0.17 0.88 0.01
HSL 48.38º 0.98% 0.56% -
HSV(B) 48.38º 0.88% 0.99% -
XYZ 63.8 67.07 10.88 -
YUV 202.45 31.25 164.05 -
System Red Green Blue C M Y K H S L
Decimal 253 210 31 0 0.17 0.88 0.01 48.38 0.98 0.56
Hex FD D2 1F 0 11 58 1 30 62 38
Octal 375 322 37 0 21 130 1 60 142 70
Binary 11111101 11010010 11111 0 10001 1011000 1 110000 1100010 111000

Color Harmonies of #FDD21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD21F

Black with #FDD21F

Text Example


Text Example

White with #FDD21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD21F; }

 p { color: rgb(253,210,31); }

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

background-color css

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

 a { background-color: rgb(253,210,31); }

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

border-color css

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

 span { border-color: rgb(253,210,31); }

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