Html Css Color HEX #FFC720 Turbo

📋 copy color: '#FFC720'

red 255 ◦ green 199 ◦ blue 32

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

Shades of Turbo #FFC720

Tints of Turbo #FFC720

RGB

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

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

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

R = 52.47%
G = 40.95%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFC720 (or 0xFFC720) is known color: Turbo. HEX triplet: FF, C7 and 20. RGB value is (255,199,32). Sum of RGB (Red+Green+Blue) = 255+199+32=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC720 is #0038DF. Grayscale: #C5C5C5. Windows color (decimal): -14560 or 2148351. OLE color: 2148351.

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

Color convert

RGB 255 199 32 -
CMYK 0 0.22 0.87 0
HSL 44.93º 1% 0.56% -
HSV(B) 44.93º 0.87% 1% -
XYZ 61.92 62.21 10.11 -
YUV 196.71 35.05 169.58 -
System Red Green Blue C M Y K H S L
Decimal 255 199 32 0 0.22 0.87 0 44.93 1 0.56
Hex FF C7 20 0 16 57 0 2D 64 38
Octal 377 307 40 0 26 127 0 55 144 70
Binary 11111111 11000111 100000 0 10110 1010111 0 101101 1100100 111000

Color Harmonies of #FFC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC720

Black with #FFC720

Text Example


Text Example

White with #FFC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC720; }

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

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

background-color css

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

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

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

border-color css

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

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

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