Html Css Color HEX #FBBA4B Koromiko

📋 copy color: '#FBBA4B'

red 251 ◦ green 186 ◦ blue 75

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

Shades of Koromiko #FBBA4B

Tints of Koromiko #FBBA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.65%

R = 49.02%
G = 36.33%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FBBA4B (or 0xFBBA4B) is known color: Koromiko. HEX triplet: FB, BA and 4B. RGB value is (251,186,75). Sum of RGB (Red+Green+Blue) = 251+186+75=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA4B is #0445B4. Grayscale: #C1C1C1. Windows color (decimal): -279989 or 4963067. OLE color: 4963067.

HSL color Cylindrical-coordinate representation of color #FBBA4B: hue angle of 37.84º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBBA4B is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 186 75 -
CMYK 0 0.26 0.70 0.02
HSL 37.84º 0.96% 0.64% -
HSV(B) 37.84º 0.7% 0.98% -
XYZ 58.61 56.14 14.4 -
YUV 192.78 61.53 169.53 -
System Red Green Blue C M Y K H S L
Decimal 251 186 75 0 0.26 0.70 0.02 37.84 0.96 0.64
Hex FB BA 4B 0 1A 46 2 26 60 40
Octal 373 272 113 0 32 106 2 46 140 100
Binary 11111011 10111010 1001011 0 11010 1000110 10 100110 1100000 1000000

Color Harmonies of #FBBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA4B

Black with #FBBA4B

Text Example


Text Example

White with #FBBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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