Html Css Color HEX #FFCF20 Turbo

📋 copy color: '#FFCF20'

red 255 ◦ green 207 ◦ blue 32

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

Shades of Turbo #FFCF20

Tints of Turbo #FFCF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.9%

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

R = 51.62%
G = 41.9%
B = 6.48%

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

#FFCF20 (or 0xFFCF20) is known color: Turbo. HEX triplet: FF, CF and 20. RGB value is (255,207,32). Sum of RGB (Red+Green+Blue) = 255+207+32=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF20 is #0030DF. Grayscale: #CACACA. Windows color (decimal): -12512 or 2150399. OLE color: 2150399.

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

Color convert

RGB 255 207 32 -
CMYK 0 0.19 0.87 0
HSL 47.09º 1% 0.56% -
HSV(B) 47.09º 0.87% 1% -
XYZ 63.81 65.99 10.74 -
YUV 201.4 32.4 166.23 -
System Red Green Blue C M Y K H S L
Decimal 255 207 32 0 0.19 0.87 0 47.09 1 0.56
Hex FF CF 20 0 13 57 0 2F 64 38
Octal 377 317 40 0 23 127 0 57 144 70
Binary 11111111 11001111 100000 0 10011 1010111 0 101111 1100100 111000

Color Harmonies of #FFCF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF20

Black with #FFCF20

Text Example


Text Example

White with #FFCF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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