Html Css Color HEX #FBBA54 Koromiko

📋 copy color: '#FBBA54'

red 251 ◦ green 186 ◦ blue 84

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

Shades of Koromiko #FBBA54

Tints of Koromiko #FBBA54

RGB

 RED value IS 251 (98.44% from 255) = 48.18%

 GREEN value IS 186 (73.05% from 255) = 35.7%

 BLUE value IS 84 (33.2% from 255) = 16.12%

R = 48.18%
G = 35.7%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBBA54 (or 0xFBBA54) is known color: Koromiko. HEX triplet: FB, BA and 54. RGB value is (251,186,84). Sum of RGB (Red+Green+Blue) = 251+186+84=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA54 is #0445AB. Grayscale: #C2C2C2. Windows color (decimal): -279980 or 5552891. OLE color: 5552891.

HSL color Cylindrical-coordinate representation of color #FBBA54: hue angle of 36.65º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBBA54 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 186 84 -
CMYK 0 0.26 0.67 0.02
HSL 36.65º 0.95% 0.66% -
HSV(B) 36.65º 0.67% 0.98% -
XYZ 58.94 56.27 16.14 -
YUV 193.81 66.03 168.79 -
System Red Green Blue C M Y K H S L
Decimal 251 186 84 0 0.26 0.67 0.02 36.65 0.95 0.66
Hex FB BA 54 0 1A 43 2 25 5F 42
Octal 373 272 124 0 32 103 2 45 137 102
Binary 11111011 10111010 1010100 0 11010 1000011 10 100101 1011111 1000010

Color Harmonies of #FBBA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA54

Black with #FBBA54

Text Example


Text Example

White with #FBBA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA54; }

 p { color: rgb(251,186,84); }

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

background-color css

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

 a { background-color: rgb(251,186,84); }

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

border-color css

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

 span { border-color: rgb(251,186,84); }

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