Html Css Color HEX #FFCC25 Turbo

📋 copy color: '#FFCC25'

red 255 ◦ green 204 ◦ blue 37

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

Shades of Turbo #FFCC25

Tints of Turbo #FFCC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.46%

R = 51.41%
G = 41.13%
B = 7.46%

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

#FFCC25 (or 0xFFCC25) is known color: Turbo. HEX triplet: FF, CC and 25. RGB value is (255,204,37). Sum of RGB (Red+Green+Blue) = 255+204+37=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 37 (14.84% from 255 or 7.46% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC25 is #0033DA. Grayscale: #C8C8C8. Windows color (decimal): -13275 or 2477311. OLE color: 2477311.

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

Color convert

RGB 255 204 37 -
CMYK 0 0.2 0.85 0
HSL 45.96º 1% 0.57% -
HSV(B) 45.96º 0.85% 1% -
XYZ 63.17 64.58 10.89 -
YUV 200.21 35.9 167.08 -
System Red Green Blue C M Y K H S L
Decimal 255 204 37 0 0.2 0.85 0 45.96 1 0.57
Hex FF CC 25 0 14 55 0 2E 64 39
Octal 377 314 45 0 24 125 0 56 144 71
Binary 11111111 11001100 100101 0 10100 1010101 0 101110 1100100 111001

Color Harmonies of #FFCC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC25

Black with #FFCC25

Text Example


Text Example

White with #FFCC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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