Html Css Color HEX #FDD31E Turbo

📋 copy color: '#FDD31E'

red 253 ◦ green 211 ◦ blue 30

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

Shades of Turbo #FDD31E

Tints of Turbo #FDD31E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.71%

 BLUE value IS 30 (12.11% from 255) = 6.07%

R = 51.21%
G = 42.71%
B = 6.07%

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

#FDD31E (or 0xFDD31E) is known color: Turbo. HEX triplet: FD, D3 and 1E. RGB value is (253,211,30). Sum of RGB (Red+Green+Blue) = 253+211+30=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 30 (12.11% from 255 or 6.07% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD31E is #022CE1. Grayscale: #CBCBCB. Windows color (decimal): -142562 or 2020349. OLE color: 2020349.

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

Color convert

RGB 253 211 30 -
CMYK 0 0.17 0.88 0.01
HSL 48.7º 0.98% 0.55% -
HSV(B) 48.7º 0.88% 0.99% -
XYZ 64.04 67.56 10.89 -
YUV 202.92 30.41 163.72 -
System Red Green Blue C M Y K H S L
Decimal 253 211 30 0 0.17 0.88 0.01 48.7 0.98 0.55
Hex FD D3 1E 0 11 58 1 31 62 37
Octal 375 323 36 0 21 130 1 61 142 67
Binary 11111101 11010011 11110 0 10001 1011000 1 110001 1100010 110111

Color Harmonies of #FDD31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD31E

Black with #FDD31E

Text Example


Text Example

White with #FDD31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD31E; }

 p { color: rgb(253,211,30); }

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

background-color css

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

 a { background-color: rgb(253,211,30); }

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

border-color css

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

 span { border-color: rgb(253,211,30); }

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