Html Css Color HEX #FABA4B Koromiko

📋 copy color: '#FABA4B'

red 250 ◦ green 186 ◦ blue 75

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

Shades of Koromiko #FABA4B

Tints of Koromiko #FABA4B

RGB

 RED value IS 250 (98.05% from 255) = 48.92%

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

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

R = 48.92%
G = 36.4%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FABA4B (or 0xFABA4B) is known color: Koromiko. HEX triplet: FA, BA and 4B. RGB value is (250,186,75). Sum of RGB (Red+Green+Blue) = 250+186+75=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA4B is #0545B4. Grayscale: #C0C0C0. Windows color (decimal): -345525 or 4963066. OLE color: 4963066.

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

Color convert

RGB 250 186 75 -
CMYK 0 0.26 0.7 0.02
HSL 38.06º 0.95% 0.64% -
HSV(B) 38.06º 0.7% 0.98% -
XYZ 58.25 55.95 14.39 -
YUV 192.48 61.7 169.03 -
System Red Green Blue C M Y K H S L
Decimal 250 186 75 0 0.26 0.7 0.02 38.06 0.95 0.64
Hex FA BA 4B 0 1A 46 2 26 5F 40
Octal 372 272 113 0 32 106 2 46 137 100
Binary 11111010 10111010 1001011 0 11010 1000110 10 100110 1011111 1000000

Color Harmonies of #FABA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA4B

Black with #FABA4B

Text Example


Text Example

White with #FABA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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