Html Css Color HEX #FFBD0C Amber

📋 copy color: '#FFBD0C'

red 255 ◦ green 189 ◦ blue 12

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

Shades of Amber #FFBD0C

Tints of Amber #FFBD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.45%

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

R = 55.92%
G = 41.45%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFBD0C (or 0xFFBD0C) is known color: Amber. HEX triplet: FF, BD and 0C. RGB value is (255,189,12). Sum of RGB (Red+Green+Blue) = 255+189+12=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBD0C is #0042F3. Grayscale: #BDBDBD. Windows color (decimal): -17140 or 835071. OLE color: 835071.

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

Color convert

RGB 255 189 12 -
CMYK 0 0.26 0.95 0
HSL 43.7º 1% 0.52% -
HSV(B) 43.7º 0.95% 1% -
XYZ 59.5 57.68 8.35 -
YUV 188.56 28.37 175.39 -
System Red Green Blue C M Y K H S L
Decimal 255 189 12 0 0.26 0.95 0 43.7 1 0.52
Hex FF BD C 0 1A 5F 0 2C 64 34
Octal 377 275 14 0 32 137 0 54 144 64
Binary 11111111 10111101 1100 0 11010 1011111 0 101100 1100100 110100

Color Harmonies of #FFBD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBD0C

Black with #FFBD0C

Text Example


Text Example

White with #FFBD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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