Html Css Color HEX #FDC71F Turbo

📋 copy color: '#FDC71F'

red 253 ◦ green 199 ◦ blue 31

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

Shades of Turbo #FDC71F

Tints of Turbo #FDC71F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.2%

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

R = 52.38%
G = 41.2%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDC71F (or 0xFDC71F) is known color: Turbo. HEX triplet: FD, C7 and 1F. RGB value is (253,199,31). Sum of RGB (Red+Green+Blue) = 253+199+31=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 31 (12.5% from 255 or 6.42% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC71F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC71F is #0238E0. Grayscale: #C4C4C4. Windows color (decimal): -145633 or 2082813. OLE color: 2082813.

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

Color convert

RGB 253 199 31 -
CMYK 0 0.21 0.88 0.01
HSL 45.41º 0.98% 0.56% -
HSV(B) 45.41º 0.88% 0.99% -
XYZ 61.18 61.83 10.01 -
YUV 195.99 34.89 168.66 -
System Red Green Blue C M Y K H S L
Decimal 253 199 31 0 0.21 0.88 0.01 45.41 0.98 0.56
Hex FD C7 1F 0 15 58 1 2D 62 38
Octal 375 307 37 0 25 130 1 55 142 70
Binary 11111101 11000111 11111 0 10101 1011000 1 101101 1100010 111000

Color Harmonies of #FDC71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC71F

Black with #FDC71F

Text Example


Text Example

White with #FDC71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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