Html Css Color HEX #FFC428 Sunglow

📋 copy color: '#FFC428'

red 255 ◦ green 196 ◦ blue 40

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

Shades of Sunglow #FFC428

Tints of Sunglow #FFC428

RGB

 RED value IS 255 (100% from 255) = 51.93%

 GREEN value IS 196 (76.95% from 255) = 39.92%

 BLUE value IS 40 (16.02% from 255) = 8.15%

R = 51.93%
G = 39.92%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFC428 (or 0xFFC428) is known color: Sunglow. HEX triplet: FF, C4 and 28. RGB value is (255,196,40). Sum of RGB (Red+Green+Blue) = 255+196+40=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC428 is #003BD7. Grayscale: #C4C4C4. Windows color (decimal): -15320 or 2671871. OLE color: 2671871.

HSL color Cylindrical-coordinate representation of color #FFC428: hue angle of 43.53º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFC428 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 196 40 -
CMYK 0 0.23 0.84 0
HSL 43.53º 1% 0.58% -
HSV(B) 43.53º 0.84% 1% -
XYZ 61.36 60.89 10.53 -
YUV 195.86 40.05 170.18 -
System Red Green Blue C M Y K H S L
Decimal 255 196 40 0 0.23 0.84 0 43.53 1 0.58
Hex FF C4 28 0 17 54 0 2C 64 3A
Octal 377 304 50 0 27 124 0 54 144 72
Binary 11111111 11000100 101000 0 10111 1010100 0 101100 1100100 111010

Color Harmonies of #FFC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC428

Black with #FFC428

Text Example


Text Example

White with #FFC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC428; }

 p { color: rgb(255,196,40); }

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

background-color css

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

 a { background-color: rgb(255,196,40); }

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

border-color css

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

 span { border-color: rgb(255,196,40); }

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