Html Css Color HEX #FDBA5C Koromiko

📋 copy color: '#FDBA5C'

red 253 ◦ green 186 ◦ blue 92

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

Shades of Koromiko #FDBA5C

Tints of Koromiko #FDBA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.33%

R = 47.65%
G = 35.03%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDBA5C (or 0xFDBA5C) is known color: Koromiko. HEX triplet: FD, BA and 5C. RGB value is (253,186,92). Sum of RGB (Red+Green+Blue) = 253+186+92=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA5C is #0245A3. Grayscale: #C3C3C3. Windows color (decimal): -148900 or 6077181. OLE color: 6077181.

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

Color convert

RGB 253 186 92 -
CMYK 0 0.26 0.64 0.01
HSL 35.03º 0.98% 0.68% -
HSV(B) 35.03º 0.64% 0.99% -
XYZ 60 56.77 17.92 -
YUV 195.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 253 186 92 0 0.26 0.64 0.01 35.03 0.98 0.68
Hex FD BA 5C 0 1A 40 1 23 62 44
Octal 375 272 134 0 32 100 1 43 142 104
Binary 11111101 10111010 1011100 0 11010 1000000 1 100011 1100010 1000100

Color Harmonies of #FDBA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA5C

Black with #FDBA5C

Text Example


Text Example

White with #FDBA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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