Html Css Color HEX #FDBA4B Koromiko

📋 copy color: '#FDBA4B'

red 253 ◦ green 186 ◦ blue 75

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

Shades of Koromiko #FDBA4B

Tints of Koromiko #FDBA4B

RGB

 RED value IS 253 (99.22% from 255) = 49.22%

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

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

R = 49.22%
G = 36.19%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDBA4B (or 0xFDBA4B) is known color: Koromiko. HEX triplet: FD, BA and 4B. RGB value is (253,186,75). Sum of RGB (Red+Green+Blue) = 253+186+75=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 75 (29.69% from 255 or 14.59% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA4B is #0245B4. Grayscale: #C1C1C1. Windows color (decimal): -148917 or 4963069. OLE color: 4963069.

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

Color convert

RGB 253 186 75 -
CMYK 0 0.26 0.70 0.01
HSL 37.42º 0.98% 0.64% -
HSV(B) 37.42º 0.7% 0.99% -
XYZ 59.34 56.51 14.44 -
YUV 193.38 61.2 170.53 -
System Red Green Blue C M Y K H S L
Decimal 253 186 75 0 0.26 0.70 0.01 37.42 0.98 0.64
Hex FD BA 4B 0 1A 46 1 25 62 40
Octal 375 272 113 0 32 106 1 45 142 100
Binary 11111101 10111010 1001011 0 11010 1000110 1 100101 1100010 1000000

Color Harmonies of #FDBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA4B

Black with #FDBA4B

Text Example


Text Example

White with #FDBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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