Html Css Color HEX #FFCC1B Turbo

📋 copy color: '#FFCC1B'

red 255 ◦ green 204 ◦ blue 27

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

Shades of Turbo #FFCC1B

Tints of Turbo #FFCC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.56%

R = 52.47%
G = 41.98%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFCC1B (or 0xFFCC1B) is known color: Turbo. HEX triplet: FF, CC and 1B. RGB value is (255,204,27). Sum of RGB (Red+Green+Blue) = 255+204+27=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC1B is #0033E4. Grayscale: #C7C7C7. Windows color (decimal): -13285 or 1821951. OLE color: 1821951.

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

Color convert

RGB 255 204 27 -
CMYK 0 0.2 0.89 0
HSL 46.58º 1% 0.55% -
HSV(B) 46.58º 0.89% 1% -
XYZ 63.03 64.52 10.17 -
YUV 199.07 30.9 167.89 -
System Red Green Blue C M Y K H S L
Decimal 255 204 27 0 0.2 0.89 0 46.58 1 0.55
Hex FF CC 1B 0 14 59 0 2F 64 37
Octal 377 314 33 0 24 131 0 57 144 67
Binary 11111111 11001100 11011 0 10100 1011001 0 101111 1100100 110111

Color Harmonies of #FFCC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC1B

Black with #FFCC1B

Text Example


Text Example

White with #FFCC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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