Html Css Color HEX #FBB64C Koromiko

📋 copy color: '#FBB64C'

red 251 ◦ green 182 ◦ blue 76

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

Shades of Koromiko #FBB64C

Tints of Koromiko #FBB64C

RGB

 RED value IS 251 (98.44% from 255) = 49.31%

 GREEN value IS 182 (71.48% from 255) = 35.76%

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

R = 49.31%
G = 35.76%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FBB64C (or 0xFBB64C) is known color: Koromiko. HEX triplet: FB, B6 and 4C. RGB value is (251,182,76). Sum of RGB (Red+Green+Blue) = 251+182+76=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBB64C is #0449B3. Grayscale: #BFBFBF. Windows color (decimal): -281012 or 5027579. OLE color: 5027579.

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

Color convert

RGB 251 182 76 -
CMYK 0 0.27 0.70 0.02
HSL 36.34º 0.96% 0.64% -
HSV(B) 36.34º 0.7% 0.98% -
XYZ 57.82 54.49 14.31 -
YUV 190.55 63.36 171.12 -
System Red Green Blue C M Y K H S L
Decimal 251 182 76 0 0.27 0.70 0.02 36.34 0.96 0.64
Hex FB B6 4C 0 1B 46 2 24 60 40
Octal 373 266 114 0 33 106 2 44 140 100
Binary 11111011 10110110 1001100 0 11011 1000110 10 100100 1100000 1000000

Color Harmonies of #FBB64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB64C

Black with #FBB64C

Text Example


Text Example

White with #FBB64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB64C; }

 p { color: rgb(251,182,76); }

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

background-color css

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

 a { background-color: rgb(251,182,76); }

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

border-color css

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

 span { border-color: rgb(251,182,76); }

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