Html Css Color HEX #FBB84A Koromiko

📋 copy color: '#FBB84A'

red 251 ◦ green 184 ◦ blue 74

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

Shades of Koromiko #FBB84A

Tints of Koromiko #FBB84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.15%

 BLUE value IS 74 (29.3% from 255) = 14.54%

R = 49.31%
G = 36.15%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBB84A (or 0xFBB84A) is known color: Koromiko. HEX triplet: FB, B8 and 4A. RGB value is (251,184,74). Sum of RGB (Red+Green+Blue) = 251+184+74=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBB84A is #0447B5. Grayscale: #C0C0C0. Windows color (decimal): -280502 or 4897019. OLE color: 4897019.

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

Color convert

RGB 251 184 74 -
CMYK 0 0.27 0.71 0.02
HSL 37.29º 0.96% 0.64% -
HSV(B) 37.29º 0.71% 0.98% -
XYZ 58.16 55.28 14.08 -
YUV 191.49 61.7 170.44 -
System Red Green Blue C M Y K H S L
Decimal 251 184 74 0 0.27 0.71 0.02 37.29 0.96 0.64
Hex FB B8 4A 0 1B 47 2 25 60 40
Octal 373 270 112 0 33 107 2 45 140 100
Binary 11111011 10111000 1001010 0 11011 1000111 10 100101 1100000 1000000

Color Harmonies of #FBB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB84A

Black with #FBB84A

Text Example


Text Example

White with #FBB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB84A; }

 p { color: rgb(251,184,74); }

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

background-color css

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

 a { background-color: rgb(251,184,74); }

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

border-color css

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

 span { border-color: rgb(251,184,74); }

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