Html Css Color HEX #FFCC27 Turbo

📋 copy color: '#FFCC27'

red 255 ◦ green 204 ◦ blue 39

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

Shades of Turbo #FFCC27

Tints of Turbo #FFCC27

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.96%

 BLUE value IS 39 (15.63% from 255) = 7.83%

R = 51.2%
G = 40.96%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFCC27 (or 0xFFCC27) is known color: Turbo. HEX triplet: FF, CC and 27. RGB value is (255,204,39). Sum of RGB (Red+Green+Blue) = 255+204+39=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 39 (15.62% from 255 or 7.83% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC27 is #0033D8. Grayscale: #C9C9C9. Windows color (decimal): -13273 or 2608383. OLE color: 2608383.

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

Color convert

RGB 255 204 39 -
CMYK 0 0.2 0.85 0
HSL 45.83º 1% 0.58% -
HSV(B) 45.83º 0.85% 1% -
XYZ 63.2 64.59 11.06 -
YUV 200.44 36.9 166.92 -
System Red Green Blue C M Y K H S L
Decimal 255 204 39 0 0.2 0.85 0 45.83 1 0.58
Hex FF CC 27 0 14 55 0 2E 64 3A
Octal 377 314 47 0 24 125 0 56 144 72
Binary 11111111 11001100 100111 0 10100 1010101 0 101110 1100100 111010

Color Harmonies of #FFCC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC27

Black with #FFCC27

Text Example


Text Example

White with #FFCC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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