Html Css Color HEX #FCC71E Turbo

📋 copy color: '#FCC71E'

red 252 ◦ green 199 ◦ blue 30

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

Shades of Turbo #FCC71E

Tints of Turbo #FCC71E

RGB

 RED value IS 252 (98.83% from 255) = 52.39%

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

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

R = 52.39%
G = 41.37%
B = 6.24%

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

#FCC71E (or 0xFCC71E) is known color: Turbo. HEX triplet: FC, C7 and 1E. RGB value is (252,199,30). Sum of RGB (Red+Green+Blue) = 252+199+30=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 30 (12.11% from 255 or 6.24% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC71E is #0338E1. Grayscale: #C4C4C4. Windows color (decimal): -211170 or 2017276. OLE color: 2017276.

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

Color convert

RGB 252 199 30 -
CMYK 0 0.21 0.88 0.01
HSL 45.68º 0.97% 0.55% -
HSV(B) 45.68º 0.88% 0.99% -
XYZ 60.8 61.64 9.92 -
YUV 195.58 34.56 168.24 -
System Red Green Blue C M Y K H S L
Decimal 252 199 30 0 0.21 0.88 0.01 45.68 0.97 0.55
Hex FC C7 1E 0 15 58 1 2E 61 37
Octal 374 307 36 0 25 130 1 56 141 67
Binary 11111100 11000111 11110 0 10101 1011000 1 101110 1100001 110111

Color Harmonies of #FCC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC71E

Black with #FCC71E

Text Example


Text Example

White with #FCC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC71E; }

 p { color: rgb(252,199,30); }

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

background-color css

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

 a { background-color: rgb(252,199,30); }

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

border-color css

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

 span { border-color: rgb(252,199,30); }

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