Html Css Color HEX #FCB34D Koromiko

📋 copy color: '#FCB34D'

red 252 ◦ green 179 ◦ blue 77

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

Shades of Koromiko #FCB34D

Tints of Koromiko #FCB34D

RGB

 RED value IS 252 (98.83% from 255) = 49.61%

 GREEN value IS 179 (70.31% from 255) = 35.24%

 BLUE value IS 77 (30.47% from 255) = 15.16%

R = 49.61%
G = 35.24%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCB34D (or 0xFCB34D) is known color: Koromiko. HEX triplet: FC, B3 and 4D. RGB value is (252,179,77). Sum of RGB (Red+Green+Blue) = 252+179+77=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB34D is #034CB2. Grayscale: #BDBDBD. Windows color (decimal): -216243 or 5092348. OLE color: 5092348.

HSL color Cylindrical-coordinate representation of color #FCB34D: hue angle of 34.97º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCB34D is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 179 77 -
CMYK 0 0.29 0.69 0.01
HSL 34.97º 0.97% 0.65% -
HSV(B) 34.97º 0.69% 0.99% -
XYZ 57.6 53.47 14.31 -
YUV 189.2 64.68 172.79 -
System Red Green Blue C M Y K H S L
Decimal 252 179 77 0 0.29 0.69 0.01 34.97 0.97 0.65
Hex FC B3 4D 0 1D 45 1 23 61 41
Octal 374 263 115 0 35 105 1 43 141 101
Binary 11111100 10110011 1001101 0 11101 1000101 1 100011 1100001 1000001

Color Harmonies of #FCB34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB34D

Black with #FCB34D

Text Example


Text Example

White with #FCB34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB34D; }

 p { color: rgb(252,179,77); }

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

background-color css

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

 a { background-color: rgb(252,179,77); }

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

border-color css

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

 span { border-color: rgb(252,179,77); }

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