Html Css Color HEX #FFCE20 Turbo

📋 copy color: '#FFCE20'

red 255 ◦ green 206 ◦ blue 32

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

Shades of Turbo #FFCE20

Tints of Turbo #FFCE20

RGB

 RED value IS 255 (100% from 255) = 51.72%

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

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

R = 51.72%
G = 41.78%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFCE20 (or 0xFFCE20) is known color: Turbo. HEX triplet: FF, CE and 20. RGB value is (255,206,32). Sum of RGB (Red+Green+Blue) = 255+206+32=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE20 is #0031DF. Grayscale: #C9C9C9. Windows color (decimal): -12768 or 2150143. OLE color: 2150143.

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

Color convert

RGB 255 206 32 -
CMYK 0 0.19 0.87 0
HSL 46.82º 1% 0.56% -
HSV(B) 46.82º 0.87% 1% -
XYZ 63.57 65.51 10.66 -
YUV 200.82 32.73 166.65 -
System Red Green Blue C M Y K H S L
Decimal 255 206 32 0 0.19 0.87 0 46.82 1 0.56
Hex FF CE 20 0 13 57 0 2F 64 38
Octal 377 316 40 0 23 127 0 57 144 70
Binary 11111111 11001110 100000 0 10011 1010111 0 101111 1100100 111000

Color Harmonies of #FFCE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE20

Black with #FFCE20

Text Example


Text Example

White with #FFCE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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