Html Css Color HEX #FCBD07 Amber

📋 copy color: '#FCBD07'

red 252 ◦ green 189 ◦ blue 7

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

Shades of Amber #FCBD07

Tints of Amber #FCBD07

RGB

 RED value IS 252 (98.83% from 255) = 56.25%

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

 BLUE value IS 7 (3.13% from 255) = 1.56%

R = 56.25%
G = 42.19%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCBD07 (or 0xFCBD07) is known color: Amber. HEX triplet: FC, BD and 07. RGB value is (252,189,7). Sum of RGB (Red+Green+Blue) = 252+189+7=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBD07 is #0342F8. Grayscale: #BBBBBB. Windows color (decimal): -213753 or 507388. OLE color: 507388.

HSL color Cylindrical-coordinate representation of color #FCBD07: hue angle of 44.57º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCBD07 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 189 7 -
CMYK 0 0.25 0.97 0.01
HSL 44.57º 0.98% 0.51% -
HSV(B) 44.57º 0.97% 0.99% -
XYZ 58.38 57.11 8.15 -
YUV 187.09 26.37 174.3 -
System Red Green Blue C M Y K H S L
Decimal 252 189 7 0 0.25 0.97 0.01 44.57 0.98 0.51
Hex FC BD 7 0 19 61 1 2D 62 33
Octal 374 275 7 0 31 141 1 55 142 63
Binary 11111100 10111101 111 0 11001 1100001 1 101101 1100010 110011

Color Harmonies of #FCBD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD07

Black with #FCBD07

Text Example


Text Example

White with #FCBD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD07; }

 p { color: rgb(252,189,7); }

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

background-color css

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

 a { background-color: rgb(252,189,7); }

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

border-color css

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

 span { border-color: rgb(252,189,7); }

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