#FFCA27

Color #FFCA27 Turbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turbo #FFCA27

Tints of Turbo #FFCA27

Color information

#FFCA27 (or 0xFFCA27) is unknown color: approx Turbo. HEX triplet: FF, CA and 27. RGB value is (255,202,39). Sum of RGB (Red+Green+Blue) = 255+202+39=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 39 (15.62% from 255 or 7.86% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA27 is #0035D8. Grayscale: #C7C7C7. Windows color (decimal): -13785 or 2607871. OLE color: 2607871.

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

Color convert

RGB25520239-
CMYK00.210.850
HSL45.28º100%57.65%-
HSV(B)45.28º84.71%100%-
XYZ62.7363.6510.9-
YUV199.2637.56167.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 39 (15.62% from 255) = 7.86%
R=51.41%
G=40.73%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552023900.210.85045.2810057.65
HexFFCA270155502d643a
Octal3773124702512505514472
Binary1111111111001010100111010101101010101011011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA27; }

 p { color: rgb(255,202,39); }

 H1.HeaderClassName
 {
   color: #FFCA27;
 }
 .AnyTagClassName
 {
   color: #FFCA27;
 }
</style>
background-color css

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

 a { background-color: rgb(255,202,39); }

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

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

 span { border-color: rgb(255,202,39); }

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