Html Css Color HEX #FCB74D Koromiko

📋 copy color: '#FCB74D'

red 252 ◦ green 183 ◦ blue 77

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

Shades of Koromiko #FCB74D

Tints of Koromiko #FCB74D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.74%

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

R = 49.22%
G = 35.74%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCB74D (or 0xFCB74D) is known color: Koromiko. HEX triplet: FC, B7 and 4D. RGB value is (252,183,77). Sum of RGB (Red+Green+Blue) = 252+183+77=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB74D is #0348B2. Grayscale: #C0C0C0. Windows color (decimal): -215219 or 5093372. OLE color: 5093372.

HSL color Cylindrical-coordinate representation of color #FCB74D: hue angle of 36.34º 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 #FCB74D is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 183 77 -
CMYK 0 0.27 0.69 0.01
HSL 36.34º 0.97% 0.65% -
HSV(B) 36.34º 0.69% 0.99% -
XYZ 58.42 55.1 14.58 -
YUV 191.55 63.36 171.12 -
System Red Green Blue C M Y K H S L
Decimal 252 183 77 0 0.27 0.69 0.01 36.34 0.97 0.65
Hex FC B7 4D 0 1B 45 1 24 61 41
Octal 374 267 115 0 33 105 1 44 141 101
Binary 11111100 10110111 1001101 0 11011 1000101 1 100100 1100001 1000001

Color Harmonies of #FCB74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB74D

Black with #FCB74D

Text Example


Text Example

White with #FCB74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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