Html Css Color HEX #FFCC1E Turbo

📋 copy color: '#FFCC1E'

red 255 ◦ green 204 ◦ blue 30

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

Shades of Turbo #FFCC1E

Tints of Turbo #FFCC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.13%

R = 52.15%
G = 41.72%
B = 6.13%

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

#FFCC1E (or 0xFFCC1E) is known color: Turbo. HEX triplet: FF, CC and 1E. RGB value is (255,204,30). Sum of RGB (Red+Green+Blue) = 255+204+30=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 30 (12.11% from 255 or 6.13% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC1E is #0033E1. Grayscale: #C8C8C8. Windows color (decimal): -13282 or 2018559. OLE color: 2018559.

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

Color convert

RGB 255 204 30 -
CMYK 0 0.2 0.88 0
HSL 46.4º 1% 0.56% -
HSV(B) 46.4º 0.88% 1% -
XYZ 63.07 64.54 10.36 -
YUV 199.41 32.4 167.65 -
System Red Green Blue C M Y K H S L
Decimal 255 204 30 0 0.2 0.88 0 46.4 1 0.56
Hex FF CC 1E 0 14 58 0 2E 64 38
Octal 377 314 36 0 24 130 0 56 144 70
Binary 11111111 11001100 11110 0 10100 1011000 0 101110 1100100 111000

Color Harmonies of #FFCC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC1E

Black with #FFCC1E

Text Example


Text Example

White with #FFCC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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