Html Css Color HEX #FDBA4C Koromiko

📋 copy color: '#FDBA4C'

red 253 ◦ green 186 ◦ blue 76

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

Shades of Koromiko #FDBA4C

Tints of Koromiko #FDBA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.76%

R = 49.13%
G = 36.12%
B = 14.76%

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

#FDBA4C (or 0xFDBA4C) is known color: Koromiko. HEX triplet: FD, BA and 4C. RGB value is (253,186,76). Sum of RGB (Red+Green+Blue) = 253+186+76=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA4C is #0245B3. Grayscale: #C2C2C2. Windows color (decimal): -148916 or 5028605. OLE color: 5028605.

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

Color convert

RGB 253 186 76 -
CMYK 0 0.26 0.70 0.01
HSL 37.29º 0.98% 0.65% -
HSV(B) 37.29º 0.7% 0.99% -
XYZ 59.37 56.52 14.62 -
YUV 193.49 61.7 170.44 -
System Red Green Blue C M Y K H S L
Decimal 253 186 76 0 0.26 0.70 0.01 37.29 0.98 0.65
Hex FD BA 4C 0 1A 46 1 25 62 41
Octal 375 272 114 0 32 106 1 45 142 101
Binary 11111101 10111010 1001100 0 11010 1000110 1 100101 1100010 1000001

Color Harmonies of #FDBA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA4C

Black with #FDBA4C

Text Example


Text Example

White with #FDBA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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