Html Css Color HEX #FCC728 Turbo

📋 copy color: '#FCC728'

red 252 ◦ green 199 ◦ blue 40

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

Shades of Turbo #FCC728

Tints of Turbo #FCC728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.15%

R = 51.32%
G = 40.53%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCC728 (or 0xFCC728) is known color: Turbo. HEX triplet: FC, C7 and 28. RGB value is (252,199,40). Sum of RGB (Red+Green+Blue) = 252+199+40=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC728 is #0338D7. Grayscale: #C5C5C5. Windows color (decimal): -211160 or 2672636. OLE color: 2672636.

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

Color convert

RGB 252 199 40 -
CMYK 0 0.21 0.84 0.01
HSL 45º 0.97% 0.57% -
HSV(B) 45º 0.84% 0.99% -
XYZ 60.95 61.7 10.7 -
YUV 196.72 39.56 167.43 -
System Red Green Blue C M Y K H S L
Decimal 252 199 40 0 0.21 0.84 0.01 45 0.97 0.57
Hex FC C7 28 0 15 54 1 2D 61 39
Octal 374 307 50 0 25 124 1 55 141 71
Binary 11111100 11000111 101000 0 10101 1010100 1 101101 1100001 111001

Color Harmonies of #FCC728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC728

Black with #FCC728

Text Example


Text Example

White with #FCC728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC728; }

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

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

background-color css

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

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

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

border-color css

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

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

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