Html Css Color HEX #F5CB13 Moon Yellow

📋 copy color: '#F5CB13'

red 245 ◦ green 203 ◦ blue 19

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

Shades of Moon Yellow #F5CB13

Tints of Moon Yellow #F5CB13

RGB

 RED value IS 245 (96.09% from 255) = 52.46%

 GREEN value IS 203 (79.69% from 255) = 43.47%

 BLUE value IS 19 (7.81% from 255) = 4.07%

R = 52.46%
G = 43.47%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5CB13 (or 0xF5CB13) is known color: Moon Yellow. HEX triplet: F5, CB and 13. RGB value is (245,203,19). Sum of RGB (Red+Green+Blue) = 245+203+19=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CB13 is #0A34EC. Grayscale: #C3C3C3. Windows color (decimal): -668909 or 1297397. OLE color: 1297397.

HSL color Cylindrical-coordinate representation of color #F5CB13: hue angle of 48.85º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5CB13 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 203 19 -
CMYK 0 0.17 0.92 0.04
HSL 48.85º 0.92% 0.52% -
HSV(B) 48.85º 0.92% 0.96% -
XYZ 59.13 62.17 9.5 -
YUV 194.58 28.91 163.96 -
System Red Green Blue C M Y K H S L
Decimal 245 203 19 0 0.17 0.92 0.04 48.85 0.92 0.52
Hex F5 CB 13 0 11 5C 4 31 5C 34
Octal 365 313 23 0 21 134 4 61 134 64
Binary 11110101 11001011 10011 0 10001 1011100 100 110001 1011100 110100

Color Harmonies of #F5CB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB13

Black with #F5CB13

Text Example


Text Example

White with #F5CB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB13; }

 p { color: rgb(245,203,19); }

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

background-color css

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

 a { background-color: rgb(245,203,19); }

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

border-color css

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

 span { border-color: rgb(245,203,19); }

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