Html Css Color HEX #FFC920 Turbo

📋 copy color: '#FFC920'

red 255 ◦ green 201 ◦ blue 32

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

Shades of Turbo #FFC920

Tints of Turbo #FFC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.19%

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

R = 52.25%
G = 41.19%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFC920 (or 0xFFC920) is known color: Turbo. HEX triplet: FF, C9 and 20. RGB value is (255,201,32). Sum of RGB (Red+Green+Blue) = 255+201+32=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC920 is #0036DF. Grayscale: #C6C6C6. Windows color (decimal): -14048 or 2148863. OLE color: 2148863.

HSL color Cylindrical-coordinate representation of color #FFC920: hue angle of 45.47º 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 #FFC920 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 201 32 -
CMYK 0 0.21 0.87 0
HSL 45.47º 1% 0.56% -
HSV(B) 45.47º 0.87% 1% -
XYZ 62.39 63.14 10.27 -
YUV 197.88 34.39 168.74 -
System Red Green Blue C M Y K H S L
Decimal 255 201 32 0 0.21 0.87 0 45.47 1 0.56
Hex FF C9 20 0 15 57 0 2D 64 38
Octal 377 311 40 0 25 127 0 55 144 70
Binary 11111111 11001001 100000 0 10101 1010111 0 101101 1100100 111000

Color Harmonies of #FFC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC920

Black with #FFC920

Text Example


Text Example

White with #FFC920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC920; }

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

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

background-color css

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

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

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

border-color css

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

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

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