Html Css Color HEX #FDC71B Turbo

📋 copy color: '#FDC71B'

red 253 ◦ green 199 ◦ blue 27

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

Shades of Turbo #FDC71B

Tints of Turbo #FDC71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.64%

R = 52.82%
G = 41.54%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDC71B (or 0xFDC71B) is known color: Turbo. HEX triplet: FD, C7 and 1B. RGB value is (253,199,27). Sum of RGB (Red+Green+Blue) = 253+199+27=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 27 (10.94% from 255 or 5.64% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC71B is #0238E4. Grayscale: #C4C4C4. Windows color (decimal): -145637 or 1820669. OLE color: 1820669.

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

Color convert

RGB 253 199 27 -
CMYK 0 0.21 0.89 0.01
HSL 45.66º 0.98% 0.55% -
HSV(B) 45.66º 0.89% 0.99% -
XYZ 61.13 61.81 9.75 -
YUV 195.54 32.89 168.99 -
System Red Green Blue C M Y K H S L
Decimal 253 199 27 0 0.21 0.89 0.01 45.66 0.98 0.55
Hex FD C7 1B 0 15 59 1 2E 62 37
Octal 375 307 33 0 25 131 1 56 142 67
Binary 11111101 11000111 11011 0 10101 1011001 1 101110 1100010 110111

Color Harmonies of #FDC71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC71B

Black with #FDC71B

Text Example


Text Example

White with #FDC71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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