Html Css Color HEX #FFBF0C Amber

📋 copy color: '#FFBF0C'

red 255 ◦ green 191 ◦ blue 12

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

Shades of Amber #FFBF0C

Tints of Amber #FFBF0C

RGB

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

 GREEN value IS 191 (75% from 255) = 41.7%

 BLUE value IS 12 (5.08% from 255) = 2.62%

R = 55.68%
G = 41.7%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFBF0C (or 0xFFBF0C) is known color: Amber. HEX triplet: FF, BF and 0C. RGB value is (255,191,12). Sum of RGB (Red+Green+Blue) = 255+191+12=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 12 (5.08% from 255 or 2.62% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF0C is #0040F3. Grayscale: #BEBEBE. Windows color (decimal): -16628 or 835583. OLE color: 835583.

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

Color convert

RGB 255 191 12 -
CMYK 0 0.25 0.95 0
HSL 44.2º 1% 0.52% -
HSV(B) 44.2º 0.95% 1% -
XYZ 59.94 58.55 8.49 -
YUV 189.73 27.7 174.55 -
System Red Green Blue C M Y K H S L
Decimal 255 191 12 0 0.25 0.95 0 44.2 1 0.52
Hex FF BF C 0 19 5F 0 2C 64 34
Octal 377 277 14 0 31 137 0 54 144 64
Binary 11111111 10111111 1100 0 11001 1011111 0 101100 1100100 110100

Color Harmonies of #FFBF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF0C

Black with #FFBF0C

Text Example


Text Example

White with #FFBF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF0C; }

 p { color: rgb(255,191,12); }

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

background-color css

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

 a { background-color: rgb(255,191,12); }

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

border-color css

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

 span { border-color: rgb(255,191,12); }

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