Html Css Color HEX #FCC51E Turbo

📋 copy color: '#FCC51E'

red 252 ◦ green 197 ◦ blue 30

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

Shades of Turbo #FCC51E

Tints of Turbo #FCC51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.13%

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

R = 52.61%
G = 41.13%
B = 6.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCC51E (or 0xFCC51E) is known color: Turbo. HEX triplet: FC, C5 and 1E. RGB value is (252,197,30). Sum of RGB (Red+Green+Blue) = 252+197+30=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 30 (12.11% from 255 or 6.26% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC51E is #033AE1. Grayscale: #C3C3C3. Windows color (decimal): -211682 or 2016764. OLE color: 2016764.

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

Color convert

RGB 252 197 30 -
CMYK 0 0.22 0.88 0.01
HSL 45.14º 0.97% 0.55% -
HSV(B) 45.14º 0.88% 0.99% -
XYZ 60.35 60.72 9.77 -
YUV 194.41 35.22 169.08 -
System Red Green Blue C M Y K H S L
Decimal 252 197 30 0 0.22 0.88 0.01 45.14 0.97 0.55
Hex FC C5 1E 0 16 58 1 2D 61 37
Octal 374 305 36 0 26 130 1 55 141 67
Binary 11111100 11000101 11110 0 10110 1011000 1 101101 1100001 110111

Color Harmonies of #FCC51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC51E

Black with #FCC51E

Text Example


Text Example

White with #FCC51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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