Html Css Color HEX #FCCE20 Turbo

📋 copy color: '#FCCE20'

red 252 ◦ green 206 ◦ blue 32

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

Shades of Turbo #FCCE20

Tints of Turbo #FCCE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.04%

 BLUE value IS 32 (12.89% from 255) = 6.53%

R = 51.43%
G = 42.04%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCCE20 (or 0xFCCE20) is known color: Turbo. HEX triplet: FC, CE and 20. RGB value is (252,206,32). Sum of RGB (Red+Green+Blue) = 252+206+32=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE20 is #0331DF. Grayscale: #C8C8C8. Windows color (decimal): -209376 or 2150140. OLE color: 2150140.

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

Color convert

RGB 252 206 32 -
CMYK 0 0.18 0.87 0.01
HSL 47.45º 0.97% 0.56% -
HSV(B) 47.45º 0.87% 0.99% -
XYZ 62.48 64.94 10.61 -
YUV 199.92 33.24 165.15 -
System Red Green Blue C M Y K H S L
Decimal 252 206 32 0 0.18 0.87 0.01 47.45 0.97 0.56
Hex FC CE 20 0 12 57 1 2F 61 38
Octal 374 316 40 0 22 127 1 57 141 70
Binary 11111100 11001110 100000 0 10010 1010111 1 101111 1100001 111000

Color Harmonies of #FCCE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE20

Black with #FCCE20

Text Example


Text Example

White with #FCCE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE20; }

 p { color: rgb(252,206,32); }

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

background-color css

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

 a { background-color: rgb(252,206,32); }

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

border-color css

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

 span { border-color: rgb(252,206,32); }

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