Html Css Color HEX #FFCC1F Turbo

📋 copy color: '#FFCC1F'

red 255 ◦ green 204 ◦ blue 31

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

Shades of Turbo #FFCC1F

Tints of Turbo #FFCC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.33%

R = 52.04%
G = 41.63%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFCC1F (or 0xFFCC1F) is known color: Turbo. HEX triplet: FF, CC and 1F. RGB value is (255,204,31). Sum of RGB (Red+Green+Blue) = 255+204+31=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 31 (12.5% from 255 or 6.33% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC1F is #0033E0. Grayscale: #C8C8C8. Windows color (decimal): -13281 or 2084095. OLE color: 2084095.

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

Color convert

RGB 255 204 31 -
CMYK 0 0.2 0.88 0
HSL 46.34º 1% 0.56% -
HSV(B) 46.34º 0.88% 1% -
XYZ 63.08 64.54 10.43 -
YUV 199.53 32.9 167.57 -
System Red Green Blue C M Y K H S L
Decimal 255 204 31 0 0.2 0.88 0 46.34 1 0.56
Hex FF CC 1F 0 14 58 0 2E 64 38
Octal 377 314 37 0 24 130 0 56 144 70
Binary 11111111 11001100 11111 0 10100 1011000 0 101110 1100100 111000

Color Harmonies of #FFCC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC1F

Black with #FFCC1F

Text Example


Text Example

White with #FFCC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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